Package-level declarations
Types
Strategy interface for resolving action method parameters into argument values and input bindings.
Creates and invokes actions from annotated methods.
Read AgentMetadata from annotated classes. Looks for @Agentic, @Condition and @Action annotations and properties of type Goal. Warn on invalid or missing annotations but never throw an exception as this could affect application startup.
Resolves Ai arguments.
Resolves arguments that can be found on the com.embabel.agent.core.Blackboard
Information about a @Cost annotated method for invoking cost/value computations.
A class representing a method with multiple parameters of the same type that have not been annotated with com.embabel.agent.api.annotation.RequireNameMatch.
A class representing a method with multiple parameters of the same type that have not been annotated with com.embabel.agent.api.annotation.RequireNameMatch.
Define names for operations defined in methods.
Resolves OperationContext arguments.
Resolves ProcessContext arguments.
Extracts type schema information for supervisor prompts.
Functions
Returns the name of the parameter based on the provided RequireNameMatch.
Checks if a method has multiple parameters with the same type, but no @RequireNameMatch annotation. This prevents any issue when the developer forgets to add @RequireNameMatch when parameters have the same type and the system is unable to determine the correct parameter order.